GET INI SECTION NAME
This function returns the name of a section by a given index. The Index value ranges from 0 to INI SECTION COUNT() - 1.
ARGUMENTS:
* Ini Number = a Ini number that identifies the INI file (1 to 256)
* Index = index of the key
RETURNS:
The name of the section.
SYNTAX
Return String=GET INI SECTION NAME(Ini Number,Index)
RELATED INFO
View INI Files Index
View STYX Index
View STYX Main File
